home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pnm / pnmtotiff.man < prev    next >
Text File  |  1995-03-17  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.      pnmtotiff(1)         AMIGA (13 January 1991)         pnmtotiff(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pnmtotiff - convert a a portable anymap into a TIFF file
  10.  
  11.      SYNOPSIS
  12.           pnmtotiff [-none|-packbits| -lzw|-g3|-g4] [-2d] [-fill] [-
  13.           predictor n] [-msb2lsb|-lsb2msb] [-rowsperstrip n] [pnmfile]
  14.  
  15.      DESCRIPTION
  16.           Reads a portable anymap as input.  Produces a TIFF file as
  17.           output.
  18.  
  19.      OPTIONS
  20.           By default, pnmtotiff creates a TIFF file with LZW
  21.           compression.  This is your best bet most of the time.
  22.           However, some TIFF readers can't deal with it.  If you want
  23.           to try another compression scheme or tweak some of the other
  24.           even more obscure output options, there are a number of
  25.           flags to play with.
  26.  
  27.           The -none, -packbits, -lzw, -g3, and -g4 options are used to
  28.           override the default and set the compression scheme used in
  29.           creating the output file.  The CCITT Group 3 and Group 4
  30.           compression algorithms can only be used with bilevel data.
  31.           The -2d and -fill options are meaningful only with Group 3
  32.           compression:  -2d requests 2-dimensional encoding, while -
  33.           fill requests that each encoded scanline be zero-filled to a
  34.           byte boundry.  The -predictor option is only meaningful with
  35.           LZW compression: a predictor value of 2 causes each scanline
  36.           of the output image to undergo horizontal differencing
  37.           before it is encoded; a value of 1 forces each scanline to
  38.           be encoded without differencing.
  39.  
  40.           By default, pnmtotiff creates a TIFF file with msb-to-lsb
  41.           fill order.  The -msb2lsb and -lsb2msb options are used to
  42.           override the default and set the fill order used in creating
  43.           the file.
  44.  
  45.           The -rowsperstrip option can be used to set the number of
  46.           rows (scanlines) in each strip of data in the output file.
  47.           By default, the output file has the number of rows per strip
  48.           set to a value that will ensure each strip is no more than 8
  49.           kilobytes long.
  50.  
  51.      BUGS
  52.           This program is not self-contained.  To use it you must
  53.           fetch the TIFF Software package listed in the OTHER.SYSTEMS
  54.           file and configure PBMPLUS to use libtiff.  See PBMPLUS's
  55.           Makefile for details on this configuration.
  56.  
  57.      SEE ALSO
  58.           tifftopnm(1), pnm(5)
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      pnmtotiff(1)         AMIGA (13 January 1991)         pnmtotiff(1)
  71.  
  72.  
  73.  
  74.      AUTHOR
  75.           Derived by Jef Poskanzer from ras2tiff.c, which is Copyright
  76.           (c) 1990 by Sun Microsystems, Inc.  Author: Patrick J.
  77.           Naughton (naughton@wind.sun.com).
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/19/91)
  130.  
  131.  
  132.  
  133.